[INFO] cloning repository https://github.com/dangreco/debrid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dangreco/debrid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangreco%2Fdebrid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangreco%2Fdebrid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a1e9a8acd32779d123d9165990625c1440297d63
[INFO] testing dangreco/debrid against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangreco%2Fdebrid" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dangreco/debrid
[INFO] finished tweaking git repo https://github.com/dangreco/debrid
[INFO] tweaked toml for git repo https://github.com/dangreco/debrid written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dangreco/debrid on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dangreco/debrid already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded addr2line v0.24.1
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.93
[INFO] [stderr]   Downloaded ipnet v2.10.0
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.43
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.93
[INFO] [stderr]   Downloaded anyhow v1.0.89
[INFO] [stderr]   Downloaded bon-macros v2.3.0
[INFO] [stderr]   Downloaded tempfile v3.12.0
[INFO] [stderr]   Downloaded utoipa v4.2.3
[INFO] [stderr]   Downloaded hyper v1.4.1
[INFO] [stderr]   Downloaded openssl-sys v0.9.103
[INFO] [stderr]   Downloaded gimli v0.31.0
[INFO] [stderr]   Downloaded object v0.36.4
[INFO] [stderr]   Downloaded utoipa-gen v4.3.0
[INFO] [stderr]   Downloaded wiremock v0.6.2
[INFO] [stderr]   Downloaded reqwest v0.12.7
[INFO] [stderr]   Downloaded h2 v0.4.6
[INFO] [stderr]   Downloaded js-sys v0.3.70
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.93
[INFO] [stderr]   Downloaded redox_syscall v0.5.6
[INFO] [stderr]   Downloaded bon v2.3.0
[INFO] [stderr]   Downloaded schannel v0.1.24
[INFO] [stderr]   Downloaded security-framework-sys v2.12.0
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.93
[INFO] [stderr]   Downloaded openssl v0.10.66
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.93
[INFO] [stderr]   Downloaded web-sys v0.3.70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bd17b59b65142b8635c643eb9e5fc96ebd3c885a47cf10d0696b36e9b9bd957
[INFO] running `Command { std: "docker" "start" "-a" "9bd17b59b65142b8635c643eb9e5fc96ebd3c885a47cf10d0696b36e9b9bd957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bd17b59b65142b8635c643eb9e5fc96ebd3c885a47cf10d0696b36e9b9bd957", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bd17b59b65142b8635c643eb9e5fc96ebd3c885a47cf10d0696b36e9b9bd957", kill_on_drop: false }`
[INFO] [stdout] 9bd17b59b65142b8635c643eb9e5fc96ebd3c885a47cf10d0696b36e9b9bd957
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac7c9309528944936fb75cb10695a6c72d29b6d710ceadb8d6f30a9a193707a5
[INFO] running `Command { std: "docker" "start" "-a" "ac7c9309528944936fb75cb10695a6c72d29b6d710ceadb8d6f30a9a193707a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling rustls-pki-types v1.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling ipnet v2.10.0
[INFO] [stderr]    Compiling rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling bon-macros v2.3.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling bon v2.3.0
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.7
[INFO] [stderr]    Compiling debrid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.77s
[INFO] running `Command { std: "docker" "inspect" "ac7c9309528944936fb75cb10695a6c72d29b6d710ceadb8d6f30a9a193707a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac7c9309528944936fb75cb10695a6c72d29b6d710ceadb8d6f30a9a193707a5", kill_on_drop: false }`
[INFO] [stdout] ac7c9309528944936fb75cb10695a6c72d29b6d710ceadb8d6f30a9a193707a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce71a6f6398de58978c74b6f27471a2692d72928ee752336761d515981b319fc
[INFO] running `Command { std: "docker" "start" "-a" "ce71a6f6398de58978c74b6f27471a2692d72928ee752336761d515981b319fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.2
[INFO] [stderr]    Compiling reqwest v0.12.7
[INFO] [stderr]    Compiling debrid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.75s
[INFO] running `Command { std: "docker" "inspect" "ce71a6f6398de58978c74b6f27471a2692d72928ee752336761d515981b319fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce71a6f6398de58978c74b6f27471a2692d72928ee752336761d515981b319fc", kill_on_drop: false }`
[INFO] [stdout] ce71a6f6398de58978c74b6f27471a2692d72928ee752336761d515981b319fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a986bfe405a4e6a8ad1f9b63efdb559115115e77cbc1ebefd62b81198ae7a5c7
[INFO] running `Command { std: "docker" "start" "-a" "a986bfe405a4e6a8ad1f9b63efdb559115115e77cbc1ebefd62b81198ae7a5c7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/debrid-ba085ed910525e9b)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test de::hashmap_or_array_to_hashmap::tests::test_deserialize_to_hashmap_invalid_type ... ok
[INFO] [stdout] test de::hashmap_or_array_to_hashmap::tests::test_deserialize_to_hashmap_array ... ok
[INFO] [stdout] test de::hashmap_or_array_to_hashmap::tests::test_deserialize_to_hashmap_object ... ok
[INFO] [stdout] test models::hosts::tests::test_deserialize_hosts ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrents ... ok
[INFO] [stdout] test models::settings::tests::test_deserialize_settings ... ok
[INFO] [stdout] test models::streaming::tests::test_deserialize_media_info ... ok
[INFO] [stdout] test models::streaming::tests::test_deserialize_transcode ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrent_info ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrent_instant_availability ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrents_available_hosts ... ok
[INFO] [stdout] test models::error::tests::test_deserialize ... ok
[INFO] [stdout] test models::traffic::tests::test_deserialize_traffic ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrents_active_count ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_alternative_link ... ok
[INFO] [stdout] test models::downloads::tests::test_deserialize_downloads ... ok
[INFO] [stdout] test models::traffic::tests::test_deserialize_traffic_details ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_check ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_link_multiple ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_link_single ... ok
[INFO] [stdout] test models::user::tests::test_deserialize ... ok
[INFO] [stdout] test models::hosts::tests::test_deserialize_hosts_status ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mocked.rs (/opt/rustwide/target/debug/deps/mocked-bfacf9439a9fa6e7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-6a88bfb2f31f8b8f)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test downloads::get::should_get_downloads ... ok
[INFO] [stdout] test root::disable_access_token::should_fail_to_disable_access_token ... ok
[INFO] [stdout] test settings::change_password::should_send_change_password_email ... ok
[INFO] [stdout] test hosts::status::should_fail_to_get_hosts_status ... ok
[INFO] [stdout] test downloads::len::should_get_downloads_len ... ok
[INFO] [stdout] test settings::convert_points::should_convert_points ... ok
[INFO] [stdout] test hosts::regex_folder::should_get_hosts_regex_folder ... ok
[INFO] [stdout] test settings::change_password::should_fail_to_convert_points ... ok
[INFO] [stdout] test downloads::delete::should_delete_download ... ok
[INFO] [stdout] test root::time::should_get_time ... ok
[INFO] [stdout] test root::disable_access_token::should_disable_access_token ... ok
[INFO] [stdout] test hosts::domains::should_get_hosts_domains ... ok
[INFO] [stdout] test hosts::regex::should_get_hosts_regex ... ok
[INFO] [stdout] test hosts::get::should_get_hosts ... ok
[INFO] [stdout] test hosts::status::should_get_hosts_status ... ok
[INFO] [stdout] test root::time_iso::should_get_time_iso ... ok
[INFO] [stdout] test streaming::media_info::should_get_media_info ... ok
[INFO] [stdout] test downloads::get::should_fail_to_get_downloads ... ok
[INFO] [stdout] test streaming::transcode::should_get_transcode ... ok
[INFO] [stdout] test settings::set_avatar::should_set_avatar ... ok
[INFO] [stdout] test settings::get::should_get_settings ... ok
[INFO] [stdout] test downloads::len::should_fail_to_get_downloads_len ... ok
[INFO] [stdout] test torrents::active_count::should_get_active_count ... ok
[INFO] [stdout] test settings::delete_avatar::should_set_avatar ... ok
[INFO] [stdout] test settings::delete_avatar::should_fail_to_set_avatar ... ok
[INFO] [stdout] test settings::update::should_update_settings ... ok
[INFO] [stdout] test streaming::transcode::should_fail_to_get_transcode ... ok
[INFO] [stdout] test settings::convert_points::should_fail_to_convert_points ... ok
[INFO] [stdout] test torrents::available_hosts::should_get_available_hosts ... ok
[INFO] [stdout] test downloads::delete::should_fail_to_delete_download ... ok
[INFO] [stdout] test streaming::media_info::should_fail_to_get_media_info ... ok
[INFO] [stdout] test torrents::add_magnet::should_post_add_magnet ... ok
[INFO] [stdout] test settings::set_avatar::should_fail_to_set_avatar ... ok
[INFO] [stdout] test settings::get::should_fail_to_get_settings ... ok
[INFO] [stdout] test torrents::add_torrent::should_put_add_torrent ... ok
[INFO] [stdout] test torrents::info::should_get_torrent_info ... ok
[INFO] [stdout] test torrents::instant_availability::should_get_instant_availability ... ok
[INFO] [stdout] test settings::update::should_fail_to_update_settings ... ok
[INFO] [stdout] test traffic::details::should_get_traffic_details ... ok
[INFO] [stdout] test unrestrict::folder::should_post_unrestrict_folder ... ok
[INFO] [stdout] test torrents::len::should_get_torrents_len ... ok
[INFO] [stdout] test unrestrict::link::should_post_unrestrict_link ... ok
[INFO] [stdout] test traffic::get::should_get_traffic ... ok
[INFO] [stdout] test torrents::get::should_get_torrents ... ok
[INFO] [stdout] test unrestrict::container_file::should_put_unrestrict_container_file ... ok
[INFO] [stdout] test unrestrict::container_link::should_post_unrestrict_container_link ... ok
[INFO] [stdout] test user::user_get::should_get_user ... ok
[INFO] [stdout] test user::user_get::should_fail_to_get_user ... FAILED
[INFO] [stdout] test unrestrict::check::should_post_unrestrict_check ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- user::user_get::should_fail_to_get_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'user::user_get::should_fail_to_get_user' (108) panicked at tests/user/user_get.rs:31:5:
[INFO] [stdout] assertion failed: user.is_err_and(|e| matches!(e, Error::Debrid(DebridError::BadToken)))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d03a5fda82a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d03a5fda82a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d03a5fda82a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d03a5fda82a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d03a5ff151a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d03a5ff151a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5d03a5fdfdf2 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d03a5fdfdf2 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d03a5fb7b7f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d03a5fb7b7f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d03a5fd2289 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d03a584bdfc - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d03a584bdfc - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d03a5fd2502 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d03a5fd2502 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d03a5fb7c6a - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d03a5faec69 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d03a5fb8c9d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d03a5ff1d5c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d03a5ff1d22 - core[786f478f706679df]::panicking::panic
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5d03a57d0cb2 - mod[a0a93e070b2bc642]::user::user_get::should_fail_to_get_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/user/user_get.rs:31:5
[INFO] [stdout]   21:     0x5d03a579faa5 - <core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5d03a579fb9d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5d03a57e684d - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:73
[INFO] [stdout]   24:     0x5d03a57e655c - tokio[f4555dd25323a182]::runtime::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>, <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   25:     0x5d03a57e655c - tokio[f4555dd25323a182]::runtime::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>, <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   26:     0x5d03a57e655c - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25
[INFO] [stdout]   27:     0x5d03a57d380a - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>, <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19
[INFO] [stdout]   28:     0x5d03a57e4880 - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:44
[INFO] [stdout]   29:     0x5d03a57e306b - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68
[INFO] [stdout]   30:     0x5d03a573dc8a - <tokio[f4555dd25323a182]::runtime::context::scoped::Scoped<tokio[f4555dd25323a182]::runtime::scheduler::Context>>::set::<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5d03a583b35a - tokio[f4555dd25323a182]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>), <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:38
[INFO] [stdout]   32:     0x5d03a57f0c86 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[f4555dd25323a182]::runtime::context::Context>>::try_with::<tokio[f4555dd25323a182]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>), <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   33:     0x5d03a57f052c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[f4555dd25323a182]::runtime::context::Context>>::with::<tokio[f4555dd25323a182]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>), <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   34:     0x5d03a5827f91 - tokio[f4555dd25323a182]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>), <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:17
[INFO] [stdout]   35:     0x5d03a57d7fa9 - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27
[INFO] [stdout]   36:     0x5d03a57d8776 - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:24
[INFO] [stdout]   37:     0x5d03a57e2409 - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:33
[INFO] [stdout]   38:     0x5d03a57733d3 - tokio[f4555dd25323a182]::runtime::context::runtime::enter_runtime::<<tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5d03a57d31c1 - <tokio[f4555dd25323a182]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9
[INFO] [stdout]   40:     0x5d03a57a037f - <tokio[f4555dd25323a182]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:361:52
[INFO] [stdout]   41:     0x5d03a57a05b8 - <tokio[f4555dd25323a182]::runtime::runtime::Runtime>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<(), anyhow[30b1cc170674e0c6]::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:335:18
[INFO] [stdout]   42:     0x5d03a57d1a97 - mod[a0a93e070b2bc642]::user::user_get::should_fail_to_get_user
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/user/user_get.rs:33:7
[INFO] [stdout]   43:     0x5d03a57d04e7 - mod[a0a93e070b2bc642]::user::user_get::should_fail_to_get_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/user/user_get.rs:26:39
[INFO] [stdout]   44:     0x5d03a56ae3d6 - <mod[a0a93e070b2bc642]::user::user_get::should_fail_to_get_user::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5d03a583fedb - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5d03a583fedb - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5d03a584c8cb - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5d03a584c8cb - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5d03a584c8cb - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x5d03a584c8cb - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5d03a584c8cb - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5d03a584c8cb - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5d03a584c8cb - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5d03a5847fe4 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5d03a5847fe4 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5d03a584f4d2 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   57:     0x5d03a584f4d2 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5d03a584f4d2 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x5d03a584f4d2 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5d03a584f4d2 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5d03a584f4d2 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   62:     0x5d03a584f4d2 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5d03a5fd9c1f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   64:     0x5d03a5fd9c1f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x79f2a85d5aa4 - <unknown>
[INFO] [stdout]   66:     0x79f2a8662a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     user::user_get::should_fail_to_get_user
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 48 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.80s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test mod`
[INFO] running `Command { std: "docker" "inspect" "a986bfe405a4e6a8ad1f9b63efdb559115115e77cbc1ebefd62b81198ae7a5c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a986bfe405a4e6a8ad1f9b63efdb559115115e77cbc1ebefd62b81198ae7a5c7", kill_on_drop: false }`
[INFO] [stdout] a986bfe405a4e6a8ad1f9b63efdb559115115e77cbc1ebefd62b81198ae7a5c7
